auto merge of #170 : alexcrichton/cargo/same-name, r=wycats
authorbors <bors@rust-lang.org>
Sat, 12 Jul 2014 03:59:51 +0000 (03:59 +0000)
committerbors <bors@rust-lang.org>
Sat, 12 Jul 2014 03:59:51 +0000 (03:59 +0000)
commit9d13d8a18443f7e28dec8864fe4630a20ce641ca
treed6cee35f4047296478bdaba573c5854071541e0a
parent7dcd19c6b08cac120fafbc9d0b2efc2e970017f5
parentf6d22b64b9e319c5c0caa984958e5773eaea9ef7
auto merge of #170 : alexcrichton/cargo/same-name, r=wycats

This allows the dependency queue to properly handle packages with the same
name but from different sources.

A test was added which exercieses this functionality by depending on two
different revs of the same git repo.
tests/test_cargo_compile.rs